home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Broadcaster
/
Protocols
/
PreparingToQuit.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
329 b
|
20 lines
|
[
TEXT/CWIE
]
// PreparingToQuit.h
#ifndef PreparingToQuit_h
#define PreparingToQuit_h
#ifndef ContextUser_h
#include "ContextUser.h"
#endif
#ifndef SavingOption_h
#include "SavingOption.h"
#endif
class PreparingToQuit: public ContextUser
{
public:
virtual void PrepareToQuit( SavingOption save = SavingOption::ask ) = 0;
};
#endif